_GetScopeProps() 개인적인 메소드

private _GetScopeProps ( IntPtr scope, MetadataArgs &skipAddresses, System.Guid &mvid ) : void
scope System.IntPtr
skipAddresses MetadataArgs
mvid System.Guid
리턴 void
예제 #1
0
 public void GetScopeProps(out Guid mvid)
 {
     MetadataImport._GetScopeProps(this.m_metadataImport2, out mvid);
 }