프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateComponentType | Stetic.ComponentType | ||
DisposeComponent | void | ||
GetComponent | Stetic.Component | ||
GetComponentType | Stetic.ComponentType | ||
InternalIsWidgetLibrary | bool | ||
NotifyLibraryUnloaded | void | ||
ProjectDisposed | void | ||
RestartBackend | void | ||
SetActiveDesignSession | void | ||
UpdateWidgetLibraries | void |
메소드 | 설명 | |
---|---|---|
AddWidgetLibrary ( string assemblyPath ) : void | ||
CreateProject ( ) : |
||
Dispose ( ) : void | ||
GenerateProjectCode ( |
||
GenerateProjectCode ( string file, string namespaceName, |
||
GetComponentTypes ( string fileName ) : Stetic.ComponentType[] | ||
GetWidgetLibraries ( ) : string[] | ||
InitializeLifetimeService ( ) : object | ||
IsWidgetLibrary ( string assemblyRef ) : bool | ||
LoadProject ( string path ) : |
||
RemoveWidgetLibrary ( string assemblyPath ) : void | ||
UpdateWidgetLibraries ( bool forceUnload ) : void |
메소드 | 설명 | |
---|---|---|
ClearCollections ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateComponentType ( string typeName ) : Stetic.ComponentType | ||
DisposeComponent ( Stetic.Component c ) : void | ||
GetComponent ( object cbackend, string name, string type ) : Stetic.Component | ||
GetComponentType ( string typeName ) : Stetic.ComponentType | ||
InternalIsWidgetLibrary ( |
||
NotifyLibraryUnloaded ( string name ) : void | ||
ProjectDisposed ( object sender, |
||
RestartBackend ( ) : void | ||
SetActiveDesignSession ( |
||
UpdateWidgetLibraries ( bool allowBackendRestart, bool forceUnload ) : void |
public AddWidgetLibrary ( string assemblyPath ) : void | ||
assemblyPath | string | |
리턴 | void |
public GenerateProjectCode ( |
||
options | ||
리턴 | Stetic.CodeGenerationResult |
public GenerateProjectCode ( string file, string namespaceName, |
||
file | string | |
namespaceName | string | |
provider | ||
options | ||
리턴 | Stetic.CodeGenerationResult |
public GetComponentTypes ( string fileName ) : Stetic.ComponentType[] | ||
fileName | string | |
리턴 | Stetic.ComponentType[] |
public IsWidgetLibrary ( string assemblyRef ) : bool | ||
assemblyRef | string | |
리턴 | bool |
public RemoveWidgetLibrary ( string assemblyPath ) : void | ||
assemblyPath | string | |
리턴 | void |
public UpdateWidgetLibraries ( bool forceUnload ) : void | ||
forceUnload | bool | |
리턴 | void |