Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISite.cs
Go to the documentation of this file.
1
using
System.Diagnostics.CodeAnalysis
;
2
3
namespace
System.ComponentModel
;
4
5
public
interface
ISite
:
IServiceProvider
6
{
7
IComponent
Component
{
get
; }
8
9
IContainer
?
Container
{
get
; }
10
11
bool
DesignMode
{
get
; }
12
13
string
?
Name
14
{
15
get
; [RequiresUnreferencedCode(
"The Type of components in the container cannot be statically discovered to validate the name."
)]
16
set
;
17
}
18
}
System.ComponentModel.Component
Definition
Component.cs:5
System.ComponentModel.Container
Definition
Container.cs:6
System.ComponentModel.IComponent
Definition
IComponent.cs:7
System.ComponentModel.IContainer
Definition
IContainer.cs:6
System.ComponentModel.ISite.DesignMode
bool DesignMode
Definition
ISite.cs:11
System.ComponentModel.ISite.Name
string? Name
Definition
ISite.cs:14
System.ComponentModel.ISite
Definition
ISite.cs:6
System.IServiceProvider
Definition
IServiceProvider.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
source
System.ComponentModel.Primitives
System.ComponentModel
ISite.cs
Generated by
1.10.0