C# Class SharpOS.Korlib.Runtime.MethodBoundary

显示文件 Open project: sharpos/SharpOS Class Usage Examples

Public Properties

Property Type Description
Begin void*
End void*
ExceptionHandlingClauses ExceptionHandlingClause[]
Name string

Property Details

Begin public_oe property

public void* Begin
return void*

End public_oe property

public void* End
return void*

ExceptionHandlingClauses public_oe property

public ExceptionHandlingClause[] ExceptionHandlingClauses
return ExceptionHandlingClause[]

Name public_oe property

public string Name
return string