Method | Description | |
---|---|---|
get_executing_namespaces ( ) : string[] |
現在の実行アセンブリで使用されている名前空間のリストを取得します
|
|
get_executing_types ( ) : System.Type[] |
現在の実行アセンブリで使用されている型のリストを取得します
|
|
getmd5 ( |
||
getmd5 ( string s ) : string | ||
obj_clone ( object obj ) : object |
Reflectionを利用して、インスタンスのディープなクローニングを行います。 クローン操作の対象はインスタンスのフィールドであり、値型のものは単なる代入を、 参照型の物であってかつClone(void)メソッドが実装されているものはCloneしたものを、 それ以外は単に参照が代入されます
|
public static get_executing_namespaces ( ) : string[] | ||
return | string[] |
public static get_executing_types ( ) : System.Type[] | ||
return | System.Type[] |
public static getmd5 ( |
||
file_stream | ||
return | string |
public static obj_clone ( object obj ) : object | ||
obj | object | |
return | object |